/* CSS Document */
/*
Theme Name: PNT Menus Version Kubrick
Theme URI: http://wordpress.org/
Description: The PNT WordPress theme built on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann & Mark Stamas
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ul, ol, p, pre, textarea, table, td, th {
	margin:0;
	padding:0;
}
body, html {
 background:/*#7B93AF*/;
	background: #667383;
}
body {
	padding:0;
	color:#000000;
	font:76%/1.5 "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
/*
=Main layout
*/
#wrapper {
	position:relative;
	width:950px;
	margin:0px auto;
}
#headerimg {
	position:absolute;
	left:551px;
	top:77px;
	width:400px;
	height:50px;
	z-index:2;
	text-align:right;
}
.description {
	color:#CCCCCC;
}
#header {
	width:950px;
	height:147px;
	background: url(images/pnt-header.jpg);
}
#container {
	width:100%;
	background:#D9D0C3 /*url(../assets/images/container-background.gif) repeat-y top*/;
	padding:0px;
	border: medium solid #807A73;
}
/*nav*/
#nav {
	color: #000;
	white-space: normal;
	text-align: center;
	background:#807A73;
	width:950px;
	height:30px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap, 
   ah the good 'ol days of DW */
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	font-weight:bold;
}
#nav a {
	margin:0;
	padding:0 14px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	font: 14px/30px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	font-weight:normal;
}
#nav a:hover, #nav a:focus {
	color:#000000;
	text-decoration:underline;
}
#nav a:active {
	color:red;
}
/*end global nav*/
/*#nav {
	clear:both;
	margin:0 3px 3px;
}
#nav ul {
	float:left;
	width:100%;
	margin-top:3px;
	padding:0;
	list-style:none;
	background:#807A73;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 15px;
	color:#000000;
	background:#807A73;
	text-decoration:none;
	font: 12px/30px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#nav a:hover, #nav a:focus {
	color:white;
}
#nav a:active {
	color:red;
}*/
/*end nav*/
#sidebar {
	float:left;
	clear:both;
	margin:15px 0 15px 25px;
	width:200px;
}
#leftcolumn {
	float:left;
	margin:15px 0 15px 28px;
	width:208px;
	/*position:absolute;
	left:30px;
	top:205px;
	z-index:1;
	width:208px;
	height:389px;*/
}
#leftcolumn {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#leftcolumn h2 {
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin:15px 0;
}
#leftcolumn ul {
	margin:0;
	padding:0;
	list-style:none;
}
#leftcolumn li {
	color:#000;
}
#leftcolumn a {
	display:block;
	width:200px;
	color:#000;
	text-decoration:none;
}
#leftcolumn a:hover {
	color:#fff;
	text-decoration:underline;
}
#leftcolumn a:visited {
	color:#black;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists, border color matches background */
#leftcolumn li {
	border-bottom: 1px solid #D9D0C3;
}
/* fix for browsers that don't need the hack */
html>body #leftcolumn li {
	border-bottom: none;
}
/*end sidebar*/

#rightcolumn {
	float:right;
	/**width:660px;
	margin:25px 20px 15px 0px;**/
           width:90%;
           margin:25px 5%;
	padding:0px;
	/*min-height:500px;
	height:auto !important;
	height:500px;*/
}
#footer {
	width:100%;
	border-top:1px solid #807A73;
	height:120px;
	clear:both;
	margin:25px 0 25px;
}
#footer p {
	margin:0;
	padding:15px;
	font-size:10px;
}
#outsidefooter {
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align:center;
	text-align:center;
	padding-bottom:25px;
}
#outsidefooter ul {
	margin:0;
	padding:0;
	list-style:none;
}
#outsidefooter li {
	display:inline;
	margin:0;
	padding:0;
}
#outsidefooter a {
	margin:0;
	padding:5px;
	color:#000;
	text-decoration:none;
}
#outsidefooter a:hover, #outsidefooter a:focus {
	text-decoration: underline;
	color: #333333;
}
#outsidefooter a:active {
	color:white;
}
#outsidefooter p {
	margin:0;
	padding:0;
}
/*absolute div containers*/
#logo {
	position:absolute;
	left:186px;
	top:7px;
	width:230px;
	height:77px;
	z-index:2;
}
#heading {
	position:absolute;
	left:253px;
	top:49px;
	width:601px;
	height:45px;
	z-index:3;
}
#contact {
	position:absolute;
	left:601px;
	top:-8px;
	width:347px;
	height:85px;
	z-index:4;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
}
#contact p {
	font-size:100%;
	text-align:right;
}
.center {
	text-align:center;
}
img {
	border:none;
	margin:0;
	padding:0;/*vertical-align: bottom;*/
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clrflt {
	clear:both;
}
#rightcolumn h1 {
	/*color:#807A73;*/
	font: 24px Arial, Helvetica, sans-serif;
	color: #333333;
}
#rightcolumn h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #333333;
}
.rightcolumn li {
	line-height: 1em;
	font-size:1.3em;
	color:#505A55;
}
h1 {
	font: 2em Arial, Helvetica, sans-serif;
	color: #000000;
	margin: auto;
}
h2 {
	font-size:120%;
	margin:25px 0;
	color:#000000;
}
h3 {
	font-size:120%;
	margin: auto;
	color:black;
}
h4 {
	margin: auto;
}
p {
	margin:15px 0;
	font-size:115%;
}
ul {
	margin:25px;
}
/*#images  {
	text-align: left;
}*/
#images img {
	margin:5px 5px 5px 0;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#imagesauto img {
	margin:5px auto 0;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.caption {
	font-size: 10px;
	text-align:center;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
div.caption135 {
	width:135px;
	margin:5px;
	padding:0px;
	float:left;
}
.marginleft10px {
	margin-left:10px;
}
div.caption180 {
	width:180px;
	margin:5px;
	padding:0px;
}
div.caption210 {
	width:210px;
	margin:0px;
	padding:0px;
}
div.caption310 {
	width:320px;
	margin:0 15px 0 5px;
	padding:5px;
}
div.caption310home {
	width:320px;
	display:block;
	margin:0px;/*zero for the home page and ie*/
	padding:0px;
}
div.image320 {
	width:320px;
	display:block;
}
div.image320 img {
	display:block;
	margin:auto;
}
div.image320 p {
	margin:5px 0 0;
	padding:5px;
	font-size:80%;
	line-height:125%;
	text-align:center;
}
div.caption520 {
	width:520px;
	margin:0px;
	padding:0px;
}
div.caption610 {
	width:610px;
	margin:0px;
	padding:0px;
}
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*background-color: #807A73;*//*image brown border#f3f3f3*/
	padding-top: 5px;
	margin:0px;/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border:5px solid #807A73;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div.wp-caption p.wp-caption-text {
	font-size: 10px !important;
	margin: 0 !important;
	padding: 0;
	text-align: center;
	line-height: 17px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px !important;
}
.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0 !important;
}
/* End Images */

/*list styling*/
.inner {
	margin:10px;
	padding:0px;
}
.inner h2 {
	font-size:130%;
	margin: auto;
}
.inner ul.features {
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}
.inner li {
	list-style:none;
	/*border: 1px solid #B4BDC5;*/
	margin:0;
	padding:5px;/*clear:both;*/
}
.inner h3 {
	font-size: 130%;
	margin:5px;
	color: #596660;
}
.inner h3 a:link, .inner h3 a:visited {
	color: #000000;
	text-decoration:none;
}
.inner h3 a:hover {
	color:red;
}
.inner p {
	color: #000;
	font-size: 100%;
	margin:0 0 0 15px;
	padding:0;
}
.inner .features li img {
	/*float: left;*/
	margin: 3px 5px 5px 0;
}
.inner p.author {
	font-weight: bold;
}
.inner p.more {
	margin-top: 10px;
	text-align: right;
}
.inner p.more a:link, .inner p.more a:visited {
	color: black;
	background-image:  url("http://pnwtimbers.com/assets/styles/img/more-bullet.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	font-size: 90%;
	color: #1e4c82;
}
.table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.table td {
	padding:7px;
	border: thin solid #807A73;
	vertical-align:top;
}
.listfltlft li {
	float:left;
	list-style:none;
	width:100px;
	padding:0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin:0;
	padding:0;
}
table td {
	padding:5px;
	vertical-align:top;
	text-align:left;
}
table.gallery td {
	width:100px;
}
.youarehere {
	border:7px solid yellow;
}
/*gallery lists*/
ul.gallery {
	list-style:none;
	margin:25px 0 15px;
	width:100%;
}
.gallery li {
	display:block;
	width:105px;
	height:105px;
	float:left;
	margin:0 20px 10px 0;
}
.gallery li img {
	margin:auto;
}
.gallery p {
	margin:0;
	padding:0;
	font-size:80%;
	text-align:center;
}
ul.inventory {
	list-style:none;
	margin:25px 0 15px;
	width:100%;
}
ul.inventory li {
	display:block;
	width:140px;
	height:150px;
	float:left;
	margin:0 20px 10px 0;
}
ul.inventory li img {
	display:block;
	margin:auto;
}
ul.inventory p {
	margin:5px 0 0;
	padding:0;
	font-size:90%;
	line-height:125%;
	text-align:center;
}
ul.doors {
	list-style:none;
	margin:25px 0 15px;
	width:100%;
}
.doors li {
	display:block;
	width:275px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
	margin:10px 10px;
}
.doors li img {
	display:block;
	margin:auto;
}
.doors p {
	margin:5px 0 0;
	padding:0;
	font-size:90%;
	line-height:125%;
	text-align:center;
}
.doors h3 {
	color: #596660;
}
#inventory {
	margin:0;
	padding:0px;
}
#inventory h2 {
	font-size:18px;
	margin:25px 0 0;
	padding:0;
	color:#000000;
}
#inventory h3 {
	font-size: 16px;
	margin:15px 5px;
	color: #596660;/*border-bottom: thin solid #000000;*/
}
#inventory p {
	margin:15px 0px;
	padding:0;
}
#inventory ul {
	margin:15px;
	padding:0;
}
ul.inventory200 {
	list-style:none;
	width:100%;
}
.inventory200 li {
	display:block;
	width:200px;
	/*height:auto !important;
	min-height:250px;*/
  	height:245px;
	/*overflow: auto;*/
	float:left;
	margin:0 10px 10px 0;
}
.inventory200 li img {
	display:block;
	margin:auto;
}
.inventory200 li p {
	margin:0;
	padding:0;
	font-size:90%;
	line-height:125%;
	text-align:center;
}
/* assorted */
.green {
	color: #316300;
	font-weight:bold;
}
.24font {
	font-size: 24px;
}
a:link {
	color:#006600;
}
a:visited {
	color:#993300;
}
/*gallery popups*/

#gallerywrapper {
	position:relative;
	width:700px;
	margin:15px auto;
}
#galleryglobalNav {
	text-align: center;
	background:#807A73;
	width:700px;
	margin:0;
	padding:0;
}
#galleryglobalNav h1 {
	font: 3em "Times New Roman", Times, serif;
	color: #333333;
	margin:0;
	padding:0;
	text-align:center;
}
input {
	font-size:9px;
}
.pad {
	padding:25px;
}
#imageseblast img {
	margin:5px;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div.caption300 {
	width:320px;
	margin:0px;
	padding:0px;
}
div.caption300 img {
	margin:0 5px 0;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div.caption200 {
	width:220px;
	margin:0px;
	padding:0px;
}
div.caption200 img {
	margin:0 10px 0 0;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.eblastcaption {
	font-size: 10px;
	text-align:center;
	margin:0;
	padding:0;
}
.eblastcaption p {
	margin:0;
	padding:0;
}
#eblasttitle {
	text-align: center;
	background:#807A73;
	width:700px;
	margin:0px;
	padding:0;
}
#eblasttitle h1 {
	font: 3em "Times New Roman", Times, serif;
	color: #333333;
	margin:0;
	padding:0;
	text-align:center;
}
.large {
	font-size:24px;
}
.nocomments {
	display:none;
}
.style1 {
	font-size: 80%;
	padding-left:15px;
}


/**contactusHEader**/
#headerimg {
    display:none;
}
#contact {
    position: absolute;
    top: 21px;
    height: auto;
    z-index: 3;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    background: rgba(255,255,255,0.85);
    text-transform: uppercase;
    padding: 10px 20px 0px 20px;
    right: 5px;
    width:auto;
}